force the usage of the shared libzstd library.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sat, 28 Oct 2023 09:26:45 +0000 (11:26 +0200)
committerPatrick Franz <deltaone@debian.org>
Sat, 28 Oct 2023 09:26:45 +0000 (11:26 +0200)
commitc6d590b8e28631aac2abac9612038de1216eb505
treecebd8c807755fb87ea33d942d5b277dd79367409
parenta34215f813ec3eebe25d42e3214584a6de155732
force the usage of the shared libzstd library.

Bug: https://bugreports.qt.io/browse/QTBUG-110978
Forwarded: not-needed

The library provides both versions, and the original code prefers the static
version over the shared, while on Debian it should always use the shared
version.

Gbp-Pq: Name force_shared_libzstd.patch
cmake/FindWrapZSTD.cmake